All Questions
2 questions
2votes
2answers
5kviews
How to install kernel development headers to staging with Buildroot for kernel module development?
I am planning to do some Rasperry Pi C/C++ kernel module development using BuildRoot 2015.08.1. What works: I can build a kernel and a rootfs and boot the Raspberry Pi. I can build/rebuild a "hello ...
1vote
1answer
3kviews
No make target "uImage" with Buildroot 2013.05
After enabling Linux Kernel option and setting the Kernel binary format to uImage, I always get the following error: make[1]: *** No rule to make target `uImage'. Stop. My buildroot configuration is ...